
html,body, div,p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend,  button, textarea, blockquote{margin:0;padding:0;font-size:14px;}
body{  background:#fff; background-size:cover; font:"SimSun","Microsoft YaHei"; font-size:14px; line-height:26px;}
li,img,em{ list-style:none; border:none; font-style:normal;}
a:link, a:visited{color:#333;text-decoration:none;}
a:hover,a:active{ color:#f00; text-decoration:none;cursor:pointer;}
a{ text-decoration:none;}

/*-----------ͨ����ʽ-------------------*/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1176px
    }
}
/*-------------����------------------*/
div.top .top_box{ display:table;width:100%;    margin: 6px 0;}
div.top .top_box .logo{ display:table-cell;text-align:left;vertical-align:middle;}
div.top .top_box .logo img{ max-width:100%;}
div.top .top_box .hot-line{ display:table-cell;text-align:right;font-size: 22px; vertical-align:middle;   width: 300px;}
@media(max-width:767px){
    div.top .top_box .logo{width:100%;text-align:center;}
    div.top .top_box .hot-line{ display:none}
}
/*---------------nav--------------*/
/*导航样式*/
#nav.gd{position:fixed;top:0;left:0;width:100%;z-index:1000;}
@media(max-width:767px){
    #nav{position:relative;}
    #nav .b-nav{display:none;max-height:350px;overflow-y:auto;background:#fff;border-bottom: 1px solid #ddd;padding:0 15px;position:absolute;left:0;width:100%;top:39px;z-index:1000;}
    #nav .container{padding:0}
    #nav .b-nav.nav_dk{display:block;padding-top:10px;}
    #nav .b-nav>li>span{float:right;cursor:pointer;padding:2px 10px;font-size:20px;color:#888;    top: 1px;  position: relative;}
    #nav .b-nav li a{display:inline-block;color:#333;}
    #nav .b-nav>li>a{padding:5px 0;}
    #nav .b-nav>li.active a{color:#f60;}
    #nav .b-nav>li{text-align:left}
    #nav .b-nav>li>.ullist>li>a:hover{background:#fff}
    #nav .b-nav>li>.ullist{display:none;}
    #nav .b-nav>li.dk>.ullist{display:block;}
    #nav .b-nav>li>.ullist>li>a{padding:5px 0 5px 10px;}
    #nav .b-nav>li>.ullist>li{border:none;}
    .hbb{overflow:hidden;padding:5px 0;}
    .hbb .contain{width:45px;float:right;margin-right:15px;    border: 2px solid #f60;  border-radius: 4px;  padding: 0px 5px;}
    .hbb .contain>span{width:30px;display:block;height:2px;background:#f60;margin:5px 0;}
}
#nav{ background:#333}
@media (min-width: 768px) {
    #nav .b-nav{display:table;width:100%;}
    #nav .b-nav>li{display:table-cell;text-align:center;}
    #nav .b-nav>li>a{display:block;padding:10px 0;color:#fff;}
    #nav .b-nav>li>a:hover{background:#f60;}
    #nav .b-nav>li>span{display:none;}
    #nav .b-nav>li{position:relative;}
    #nav .b-nav>li.active a{background:#f60;}
    #nav .b-nav>li>.ullist{position:absolute;top:100%;left:0;width:100%;z-index:100;display:none;}
    #nav .b-nav>li:hover>.ullist{display:block;}
    #nav .b-nav>li>.ullist>li>a{background:rgba(0,0,0,.6);padding:5px 0;display:block;text-align:center;color:#fff;}
    #nav .b-nav>li>.ullist>li{margin-top:1px;}
    #nav .b-nav>li>.ullist>li>a:hover{background:#f60;}
    #nav .b-nav>li>.ullist>li{border:none;}
}
.ullist{padding:0;list-style:none;}
/*----------------section----------*/
#section{
    margin-top:40px;
}
#section #about{
    font-weight:bold;
    font-size:24px;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
    padding-top:10px;
    margin-bottom:10px;
    font-family: 'Microsoft YaHei';
    color:#444;
}
#section #about>span{
    font-weight:bold;
    font-size:30px;
}


/*-----------anli-------------------*/
div.anli>div>b{
    font-family: 'Microsoft YaHei';
    font-size: 30px;
    color: #444;
    font-weight: bold;
}
div.anli>div>span{
font-family: 'Microsoft YaHei';
font-size: 24px;
color:#c9c6c6;
text-indent: 10px;
font-weight: bold;
}
div.anli{
    border-bottom:1px solid #ddd;
    margin:50px 0;

}
div.anli .product-list {
    margin-top: 20px;
}

@media(max-width:767px){
    #section{  margin-top:20px;  }
    div.anli>div>b{font-size:22px;}
    div.anli>div>span{font-size:20px;}
    #section #about>span{ font-size:20px;}
    #section #about{ font-size:20px;}
}
/*---zixun(���)---------------------*/
div.zixun>div>p>b{
    font-family: 'Microsoft YaHei';
    font-size: 30px;
    color: #444;
    font-weight: bold;
}
div.zixun>div>P>span{
    font-family: 'Microsoft YaHei';
    font-size: 24px;
    color:#c9c6c6;
    text-indent: 10px;
    font-weight: bold;
}

div.zixun>div>p{
    border-bottom:1px solid #ddd;
    width:100%;
    padding-bottom:5px;
	margin-bottom:0px;
}

div.zixun form input{
    width:100%;
    margin:22px 0 3px 0;
    border:1px solid #ccc;
    padding:0 5px;
    height:33px;
}
div.zixun form textarea{
    padding:0 5px;
    width:100%;
    max-height:123px;
	margin:22px 0 0 0;
}
@media (min-width:768px){
    div.zixun>div>p{
        max-width:335px;
    }
    div.zixun form input{
        max-width:335px;
    }
    div.zixun form textarea{
        max-width:335px;
    }
}
@media (max-width:767px){
    div.zixun>div>p{
        width:100%!important;
    }
    div.zixun form input{
        width:100%!important;
    }
    div.zixun form textarea{
        width:100%!important;
    }
}
/*index-----����-----*/
#sofa{
    position:relative;
    padding:0px;
    padding-right:0px;
}
#sofa .img-title{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background:#2f3031;
    padding:30px 0;
    opacity:0.9;
    width:100%;
    height:30%;

}
#sofa .img-title h2{
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:30px;
    font-family: "Microsoft YaHei";
}
#sofa .img-title p{
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:20px;
    font-family: "Microsoft YaHei";
}
/*����*/
@media (max-width: 767px){
    #sofa .img-title h2{
        font-size:20px;
    }
    #sofa .img-title p{
        font-size:15px;
    }
    #sofa .img-title{
        padding:10px 0;
    }
}

/*index-1*/
#section .about_title {
     max-height:46px;
     background:#ff6600;
     text-indent:24px;
     font-size:18px;
     color:#fff;
     line-height:46px;
}
#section .about_ui{
    margin-top:10px;
}
#section .about_ui>li>a{
    display:block;
    max-height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #303030;
    text-indent:25px;
    border-bottom:1px solid #ccc;

}
#section .about_ui>li>a:hover {
    background: #ff6600;
    color:#fff!important;
}
#section #contact{
    max-height:46px;
    background:#ff6600;
    text-indent:24px;
    font-size:18px;
    color:#fff;
    line-height:46px;
    margin-top:15px;
}

#section .contact_content>li{
    margin-top:5px;
}

/*---------------------*/
/*neirong*/
#section .text_top{
    overflow:hidden;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:20px;
}
#section .text_top .left{
    font-size:18px;
    text-indent:8px;
    font-family: 'Microsoft YaHei';
    float:left;
}
#section .text_top .right{
    float:right;
    color:#8e8e8e;
    font-size:12px;
}

/*-------------text_content------------------*/
/*#right>div{
    display:none;
}
#righttext>div.active{
    display:block;
}
/*-----------end------------------------*/
.header{
    width:100%;
    z-index:100;
}
/*index-4*/
/*form*/
.form>div>ul>li{
    padding-top:10px;
}
.form>div>ul.left>li{
    height:42px;
    vertical-align:bottom;
}
.form>div>ul.right>li>input{
    width:94%;
    margin-right:5px;
}
.form>div>ul.right>li>textarea{
    width:94%;
    margin-right:5px;
    height:160px;
}
.form>div>ul.left>li{
    text-align:right;
}
.form>div>ul.left>li.bottom{
    height:160px;
    padding-top:70px;
}
.form>div{
    padding-right:0px!important;
}
@media (max-width:767px){
    .form>div{
        padding-left:0px;
    }
}
.form button{
    padding:0px 5px;
    margin-top:20px;
    margin-bottom:10px;
}

/*---------------foot-----------*/
#footer{
    width:100%;
    background:#000;
    text-align:center;
    min-height:86px;
    color:#fff;
    padding:20px 0;
    margin-top:50px;
    margin-bottom:0px;
}
#footer p{font-size:12px;}
#footer a{
    color: #ff6600;
    font-size:12px;
}
/*-------------foot-menu-------------------*/
.foot-menu{
    background:#f60;
    position:fixed;
    bottom:0px;
    right:0px;
    left:0px;
    height:50px;
    margin-top:0px;
    margin:0px;
    line-height:50px;
    box-sizing:border-box;
   display:table;
    width:100%;

}
.foot-menu>div{
    display:table-cell;
    padding:0px;
    text-align:center!important;
    height:50px;
    text-indent:-10px!important;
}
div.foot-menu>div>a{
    color:#fff;
    float:none;
}
@media(min-width:768px){
    .foot-menu{display:none;}
}
/*�������*/
.bdshare-button-style0-24{
    text-align:center!important;
    padding:0px!important;
    margin:0px !important;

}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more {
    background:none!important;
    margin:0px auto!important;
    color:#fff!important;
    font-size:14px!important;
    padding:0px!important;
    height:50px!important;
    line-height:50px!important;
    width:100%!important;


}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
    background:none!important;
    color:#fff!important;
    font-size:14px!important;
    margin:auto!important;
    padding:0px!important;
    text-align:center!important;
    width:100%!important;
    height:50px!important;
    line-height:50px!important;
}
.bdshare-button-style0-16{
    text-align:center!important;
    height:50px!important;
    line-height:50px!important;
}

/*�ײ����ϵļ�ͷ*/
.up{
    position:fixed;
    bottom:10px;
    right:15px;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#f60;
    display:none;
}
@media (max-width:767px){
    #footer{
        margin-bottom:50px;
    }
    .up{
        bottom:60px;
    }
}
div.space15{
    height:15px;
    }


/* map */
div.position{
	background:#f8f8f8;
	border:1px solid #e2e2e2;
	padding:8px 12px;
	font-size:16px;
	margin-bottom:15px;
	margin-top:50px;

}
div.position>a{
	 color:#dc1e27!important; 
	/* color:red; */
}
div.position>a:hover{
	color:#99151b;
}

div.heading{
	font-size:16px;
	padding-bottom:5px;
	border-bottom:3px dotted #e2e2e2;
}

/*contactҳ��*/
#righttext>ul>li{
padding:2px 0;
}

.map>div.position{
    margin-top:4px;
}


/*news-list*/
#section .tab>ul>li{
    text-align:center;
    padding:5px 0px;
    text-align:center;
    border-bottom:1px solid #e4e4e4;
}
#section .tab>ul>li>a{
    font-size:16px;
    padding:10px 20px;
    color:#555;
}
#section .tab>ul>li>a:hover{
    color:#ff6600;
}
#section .na-info-news>li{
    float:left;
    font-size:12px;
    margin-right:40px;
    margin-bottom:10px;
}
#section .na-info-news{
    overflow:hidden;
}
#section .info-news>h4>a{
    font-size:16px;
    color:#f60;
}
#section .info-news>h4{
    margin-bottom:10px;
}
#section .info-news>a:hover{
    background:#fff!important;

}
#section .info-news>a{
    border-color:#888;
}
#section .na-news{
    border-bottom:1px solid #e4e4e4;
    padding-bottom:30px;
    margin-top:30px;
}
#section .loadpoint{
    text-align:center;
    padding:8px 0px;
    background:#eee;
    border-radius:3px;
    margin-top:20px;
    color:#777;
}

/*news ,product-show*/
.info-head{
    padding:10px 0;
    text-align:center;
}
.info-head>h2{
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    font-size:24px;
}
.info-head>p>span{
    font-size:12px;
    color: #999;
}
div.text-center>img{
    margin:20px auto;
}


.content-feedback{
    text-align:center;
}
.content-feedback>a.btn{
    background:#ff6600;
    margin-top:20px;
    color:#fff;
}
#section .bdshare{
    box-sizing:border-box;
   vertical-align:middle!important;
    line-height:43px!important;
}
#righttext .bdshare>span>a{
    display:inline-block!important;
    margin-left:4px!important;
    border-radius: 3px;
    width: 24px!important;
    height: 24px!important;
    line-height: 24px!important;
    font-size: 16px!important;
    color: #FFF!important;
    text-align: center!important;;
    opacity: 0.8!important;
    margin-top: 5px!important;
}

 #righttext .clearfix .content-feedback>a{
    padding: 6px 13px;
    background: #ff6600;
    color:#fff;
}
.clearfix .content-feedback{
    text-align:center;
    margin-top:20px;
}

#righttext .bdshare{
    text-align:center;
    padding-left:10px;
    padding-top:5px!important;
    float:right;
    margin-left:5px!important;
}
#righttext .bdshare>span {
    display:inline-block;
    box-sizing: border-box;
    margin-left: 0px;
    margin-bottom:-7px!important;
}

#section #righttext .bdshare .bds_tsina {
    background: #ee3333!important;
}

#section #righttext .bdshare .bds_tqq {
    background: #4084c1!important;
}

#section #righttext .bdshare .bds_weixin {
    background: #58b721!important;
}
#section #righttext .bdshare .bds_qzone {
    background: #ffc028!important;
}
#section #righttext .bdshare .bds_popup {
    background: #10d9f3!important;
}
/*product-list*/
#section .product-list>div>img{
    margin-right:10px;
}
#section .product-list>div>h3{
    font-size:20px;
    padding-top:15px;
    padding-bottom:30px;
    text-align:center;
}
#section .product-list>div>h3>a{
    color:#f60!important;
}

/*ģ̬���ϵ�������ѯ��ť*/
.motai #sendmsg{
    padding: 4px 13px;
    background: #ff6600;
    color:#fff;
    margin-top:15px!important;
    display:inline-block;
}

.feedback-cover .show{
    display:block;
}
.feedback-cover{
    display:none;
}
.motai {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    background: rgba(0,0,0, .7) !important;
    z-index: 100000 !important;
}
.motai .form{
    background:#fff!important;
    position: absolute!important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    width: 90% !important;
    padding: 15px!important;
    max-width: 400px!important;
    padding:15px!important;
}
.motai .form .clearfix .close {
    font-size: 30px!important;
    font-weight: 100!important;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
}
.motai .form .clearfix .close:hover {
    opacity: 0.8;
}
.motai .form>form>div>input{
    margin-bottom:10px;
}
.motai .form div img {
    position: absolute;
    right: 1px;
    height: 32px;
    top: 1px;
    cursor: pointer;
    border: 1px solid #ccc;
    max-width: 100%;
    margin: auto;
    vertical-align: middle;
}
#captcha-container{
    position:relative;
    cursor:pointer;
}
/*��̬�����*/

/*����ҳ�İ�ť*/
#righttext .content-feedback>a{
    border:none!important;
}
#righttext .content-feedback>a:hover{
   background:#ff6600!important;
    color:#fff!important;
}









/*ding*/

#banner{
    width:100%;
}

#banner img{width:100%;}
#banner .owl-nav{display:inline-block;float: left;}
#banner .owl-nav .owl-prev,#banner .owl-nav .owl-prev .prev{display:inline-block;}
#banner .owl-nav .owl-next,#banner .owl-nav .owl-next .next{display:inline-block;}
#banner .owl-nav .owl-prev .prev{position:absolute;left:10px;top:50%;transform:translateY(-50%);}
#banner .owl-nav .owl-next .next{position:absolute;right:10px;top:50%;transform:translateY(-50%);}
#banner .owl-nav .owl-prev .prev i,#banner .owl-nav .owl-next .next i{font-size:36px;padding:5px 10px;cursor:pointer;color:#ddd;}

/*С�����ʽ*/
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    bottom: 30px;
    height: 0;
}
@media(max-width:767px){
    #banner .owl-nav{display:none;}
    .owl-theme .owl-dots {
        bottom: 20px;
    }
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    zoom: 1;
    width: 8px;
    height: 8px;
    border-radius:50%;
    margin: 5px 7px;
    -webkit-backface-visibility: visible;
    box-shadow: 0 0 0 1px #fff;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
    box-shadow: 0 0 0 1px #f60;
    background-color:#f60;
}




.banner-sub {
    height: 320px;
    background-position: center center;
    background-size: cover;
}

@media (max-width:1199px) {
    .banner-sub {
        height:0;
        padding-top: 31.66667%;
    }
}

/*分页样式*/
div.pager{
text-align:center;
}
span.page{
    display:inline-block;
    margin:0px auto;

}
span.page>a{
    display:inline-block;
    border:1px solid #ddd;
    padding:0px 8px;
}

/*上下篇的样式*/
div.sxp{
    margin-top:5px;
    overflow:hidden;
}
@media (min-width: 768px) {
    #righttext {
        min-height: 400px;
    }
}